inherited DirLegendDialog: TDirLegendDialog Left = 308 Top = 193 ActiveControl = CloseBtn Caption = 'Legend' ClientHeight = 401 ClientWidth = 401 OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel: TUiPanel Left = 0 Top = 0 Width = 401 Height = 401 Align = alClient BevelOuter = bvNone TabOrder = 0 DesignSize = ( 401 401) object LB: TUiListBox Left = 8 Top = 8 Width = 385 Height = 354 TabStop = False Style = lbOwnerDrawFixed Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 16 TabOrder = 0 OnDrawItem = LBDrawItem end object CloseBtn: TUiButton Left = 320 Top = 370 Anchors = [akRight, akBottom] Cancel = True Caption = 'Close' Default = True TabOrder = 1 OnClick = CloseClick AutoSize = asRight end end end